home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 081 / point.arc / NODELIST.BBS < prev    next >
Encoding:
File List  |  1987-10-26  |  1.2 KB  |  30 lines

  1. ;
  2. ; This file is just a sample nodelist file for use with
  3. ; BinkleyTerm as a "simple" point system.  It requires
  4. ; a minimum of four lines, each containing the following
  5. ; information:
  6. ;
  7. ; [keyword] number cost baud name phone city
  8. ;    [keyword] is optional and only appears on lines for
  9. ;              the hosts of each network in the list.
  10. ;    number    is the node (or network) number.
  11. ;    cost      is how much it costs to call the node in
  12. ;              cents.  The examples below are for a simple
  13. ;              point setup and the cost is zero.
  14. ;    baud      baud rate the node supports.
  15. ;    name      the name of the node.
  16. ;    phone     the node's phone number.
  17. ;    city      where the node list located.
  18. ;
  19. ; The list given below should be edited to fit your needs.
  20. ; After editing, delete all lines beginning with the ';'
  21. ; character edit the OpusNode.Pwd file, and then run the
  22. ; OpusNode program to compile the list into a format that
  23. ; BinkleyTerm can understand.
  24. ;
  25. HOST 999 0 2400 My_Boss_Net_Host 123-4567 My_Boss_Net_City
  26. 999 0 2400 My_Boss_Himself 123-4567 My_Boss_City
  27. HOST 9876 0 2400 My_Point_Network 123-4567 My_Point_Net_City
  28. 1234 0 2400 My_Node 123-4567 My_City
  29.  
  30.